var runtime.cgoHasExtraM
6 uses
runtime (current package)
cgo.go#L64: var cgoHasExtraM bool
proc.go#L1854: if (iscgo || GOOS == "windows") && !cgoHasExtraM {
proc.go#L1855: cgoHasExtraM = true
proc.go#L2274: if (iscgo || GOOS == "windows") && !cgoHasExtraM {
proc.go#L5946: if !iscgo && cgoHasExtraM && extraMLength.Load() > 0 {
signal_unix.go#L1127: if !iscgo && !cgoHasExtraM {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |